home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / bubble_elements.swf / scripts / DefineButton2_370 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  573 b   |  17 lines

  1. on(release){
  2.    stopother(false);
  3.    _root.vDPT = _root.vDPT + 1;
  4.    if(eval(mc_settings1) != null)
  5.    {
  6.       removeMovieClip(eval(mc_settings1));
  7.    }
  8.    _root.attachMovie("mc_settings","mc_settings1",vDPT);
  9.    this.mc_settings1.pn2.text = _root.playerName;
  10.    this.mc_settings1.touxiang33.gotoAndStop(_root.playerInco);
  11.    this.mc_settings1.btnon.gotoAndStop(_root.myfullscreen);
  12.    this.mc_settings1.stick1._x = _root.Posstick1;
  13.    this.mc_settings2.stick1._x = _root.Posstick2;
  14.    mc_settings1._x = 18 * _root.cR;
  15.    mc_settings1._y = 18 * _root.cR;
  16. }
  17.